home *** CD-ROM | disk | FTP | other *** search
- .AUTODEPEND
-
- # *Translator Definitions*
- CC = tcc +MGRPHTST.CFG
- TASM = TASM
- TLINK = tlink
-
-
- # *Implicit Rules*
- .c.obj:
- $(CC) -c {$< }
-
- .cpp.obj:
- $(CC) -c {$< }
-
- .asm.obj:
- $(TASM) {$< }
-
-
- # *List Macros*
-
-
- EXE_dependencies = \
- mgrphtst.obj \
- msmouse.obj \
- mcursor.obj
-
- # *Explicit Rules*
- mgrphtst.exe: mgrphtst.cfg $(EXE_dependencies)
- $(TLINK) /v/s/c @&&|
- c:\tcpp\lib\c0s.obj+
- mgrphtst.obj+
- msmouse.obj+
- mcursor.obj
- mgrphtst,mgrphtst
- c:\tcpp\lib\graphics.lib+
- c:\tcpp\lib\emu.lib+
- c:\tcpp\lib\maths.lib+
- c:\tcpp\lib\cs.lib
- |
-
-
- # *Individual File Dependencies*
- mgrphtst.obj: mgrphtst.cpp
-
- msmouse.obj: msmouse.cpp
-
- mcursor.obj: mcursor.cpp
-
- # *Compiler Configuration File*
- mgrphtst.cfg: mgrphtst.mak
- copy &&|
- -v
- -V
- -vi-
- -wbbf
- -wpin
- -wamb
- -wamp
- -wasm
- -wpro
- -wcln
- -wdef
- -wsig
- -wnod
- -wstv
- -wucp
- -wuse
- -IC:\TCPP\INCLUDE
- -LC:\TCPP\LIB
- | mgrphtst.cfg
-
-
-